Auto merge of #4711 - alexcrichton:fix-dep-info, r=matklad
authorbors <bors@rust-lang.org>
Sun, 12 Nov 2017 17:56:05 +0000 (17:56 +0000)
committerbors <bors@rust-lang.org>
Sun, 12 Nov 2017 17:56:05 +0000 (17:56 +0000)
commitde48f758505f229462d7a5f43865a6dc37c4bbab
tree8ae0cc608a95daefeb6af0a8b0c50abe219a66a5
parent6463fc7ef06714360845ff5e2d43b91917fc60ee
parent9e4f4d151a526d61741ed69fe5ef14715e7b9ab8
Auto merge of #4711 - alexcrichton:fix-dep-info, r=matklad

Fix dep info showing up with a build script

Cargo would erroneously bail out early and accidentally forget to emit a
dep info file if any dependency used a build script, so this fixes that!